GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-09T09:36:38.1097602+00:00",
"SubmitDate": "2026-05-09T09:36:38.1097602+00:00",
"ReportPeriodStart": "2026-05-09T09:36:38.1097602+00:00",
"ReportPeriodEnd": "2026-05-09T09:36:38.1097602+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "03c7ab77-abf3-45bd-ab3c-3d3a42227cab",
"Rows": [
{
"ItemId": "2bc95e51-2378-4293-b99d-8e92ec5350dd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2bc95e51-2378-4293-b99d-8e92ec5350dd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "03c7ab77-abf3-45bd-ab3c-3d3a42227cab",
"Rows": [
{
"ItemId": "2bc95e51-2378-4293-b99d-8e92ec5350dd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2bc95e51-2378-4293-b99d-8e92ec5350dd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2acbff30-00fe-4b7d-8ab8-7a516409a5c4",
"0246901b-95c9-42ea-97dc-376816f9044f"
],
"Approvers": [
"d5f1b3f4-11e6-453d-a7d4-05fb1bec99e7",
"c53fd98d-3adf-4d73-b833-d9d700ab421f"
],
"ApprovedBy": "1036e7fc-4f4c-4e1d-b979-a6c9195f4152",
"ApprovalDate": "2026-05-09T09:36:38.1097602+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8499f13f-d9fa-454d-b1e2-274173a83911",
"id": "2781cc38-8fff-4030-af2c-f423d7c20907",
"ConfigId": "e611b3b4-0785-4fff-b54b-d52987501154"
},
{
"GenerationDate": "2026-05-09T09:36:38.1097602+00:00",
"SubmitDate": "2026-05-09T09:36:38.1097602+00:00",
"ReportPeriodStart": "2026-05-09T09:36:38.1097602+00:00",
"ReportPeriodEnd": "2026-05-09T09:36:38.1097602+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "03c7ab77-abf3-45bd-ab3c-3d3a42227cab",
"Rows": [
{
"ItemId": "2bc95e51-2378-4293-b99d-8e92ec5350dd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2bc95e51-2378-4293-b99d-8e92ec5350dd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "03c7ab77-abf3-45bd-ab3c-3d3a42227cab",
"Rows": [
{
"ItemId": "2bc95e51-2378-4293-b99d-8e92ec5350dd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2bc95e51-2378-4293-b99d-8e92ec5350dd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2acbff30-00fe-4b7d-8ab8-7a516409a5c4",
"0246901b-95c9-42ea-97dc-376816f9044f"
],
"Approvers": [
"d5f1b3f4-11e6-453d-a7d4-05fb1bec99e7",
"c53fd98d-3adf-4d73-b833-d9d700ab421f"
],
"ApprovedBy": "1036e7fc-4f4c-4e1d-b979-a6c9195f4152",
"ApprovalDate": "2026-05-09T09:36:38.1097602+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8499f13f-d9fa-454d-b1e2-274173a83911",
"id": "2781cc38-8fff-4030-af2c-f423d7c20907",
"ConfigId": "e611b3b4-0785-4fff-b54b-d52987501154"
}
]